home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0399 / 57 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.7 KB

  1. From: s.sanders2@genie.geis.com
  2. Date: Tue, 31 May 94 00:10:00 UTC
  3. To: gem-list@world.std.com
  4. Subject: Color Mapping/Ctrl-A
  5. X-Genie-Id: 8108193
  6. X-Genie-From: S.SANDERS2
  7. Precedence: bulk
  8.  
  9. Browsing over your discussion for the past few days I have a couple
  10. of comments:
  11.  
  12. Re: Color Mapping
  13.  
  14. I think the best guideline to follow is to _never_ alter the first 16
  15. colors from the factory default unless one of the following three
  16. conditions are in effect:
  17.  
  18. 1. You're in a 16-color or fewer mode and you're a graphics program.
  19. 2. You're a grayscale graphics editor and you need all 256 colors.
  20. 3. You're a full screen game.
  21.  
  22. If you have to change those colors in single-tasking you should
  23. absolutely change them back whenever your program exits. You might
  24. also want to put a wind_get( WF_TOP ) in your evnt_ loop to check if
  25. one of your windows is topped and if not, restore them until yours is
  26. (this is for the benefit of desk accessories).
  27.  
  28. If you're in MultiTOS you should probably manage WM_TOPPED and
  29. WM_UNTOPPED appropriately to reserve and release the upper 240
  30. palette entries.
  31.  
  32. Because of color icons being 'paletteless' I'm also strongly urging
  33. users of my applications to leave their color set to the default
  34. otherwise icon sharing won't work quite right. My Icon Editor's
  35. install program asks the user if it can reinstall colors to match the
  36. palette of all of the default icons.
  37.  
  38. Since most users insist on getting rid of the ugly red and green I
  39. suggest picking one of the colors in the range 12-15 and modifying it
  40. for a pretty desktop background.
  41.  
  42. Re: Ctrl-A
  43.  
  44. Ctrl-A is a _very_ established standard. I don't believe it should be
  45. altered for any reasons.
  46.  
  47. -Scott @ SDS
  48.  
  49.  
  50.